body, body a, body div, body p, body span {
  
}
@import "http://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css"
.row {
    margin: 0 !important;
}

.wrapper {
    min-width: 1100px;
    overflow: hidden;
}

.my-wrapper {
    width: 1100px;
    margin: 0 auto;
}

.my-banner {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}


.box-title {
    font-weight: bold;
    font-size: 21px;
    padding: 10px;
}


.box-title-outline-left {
    border-left: 5px solid #aaa;
    padding: 10px;
}

.box-title-outline-bottom {
    border-bottom: 3px solid #aaa;
    padding: 10px;
    display: inline;
}

.box-title-outline-bottom-full {
    border-bottom: 3px solid #aaa;
    padding: 10px 0;
}


.box-content {
    padding: 10px;
    line-height: 1.8;
}

.my-header {
    position: relative;
    padding-top: 50px;
}

.my-header .column {
    padding: 0 !important;
}

/*logo*/
.my-logo {width: 400px;margin-top: 9px;}

.my-header-title {
}

.my-language {
    position: absolute;
    right: 30px;
    top: 20px;
}


.my-navbar {
    height: 60px;
    float: right;
    z-index: 1000;
}


.my-searchbar {
    position: absolute;
    right: 235px;
    bottom: -40px;
}


.my-banner {
    background: url("images/banner.jpg");
}

.my-content {
    padding: 15px;
}

.my-content .row {
    margin-bottom: 15px;
}


.my-linkbar {
    height: 120px;
    background: slateblue;
}

.my-link {
    margin: 10px 20px;
}

.my-footer {
    background: #9F2B72;
    padding: 10px;
    margin-top: 50px;
    position: relative;
}

.my-footer img {
    width: 12%;
    float: right;
    position: absolute;
    top: 30px;
    right: 150px;
}
.my-contact {
    color: white;
    margin-top: 20px;
}
.my-contact a {
    color: white;
}
.my-copyright {
    color: white;
    font-size: 13px;
    margin-bottom: 0;
}
.my-support {
    color: white;
font-size: 16px;
}
.my-support  a{
    color: white;
}

boby {
	font-family: Microsoft YaHei !important;
}

.more-btn-wrapper {
text-align: right;
    margin-top: 30px;
    margin-bottom: 50px;
    letter-spacing: 5px;
}

.more-btn {
color: white;
    background: black;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
}

        div.search {padding: 30px 0;}

        form {
            position: relative;
            width: 300px;
            margin: 0 auto;
        }

        input, button {
            border: none;
            outline: none;
        }

        input {
            width: 100%;
            height: 42px;
            padding-left: 13px;
        }

        button {
            height: 42px;
            width: 42px;
            cursor: pointer;
            position: absolute;
        }

        .bar8 form {
            height: 42px;
        }
        .bar8 input {
            width: 0;
            padding: 0 42px 0 15px;
            border-bottom: 2px solid transparent;
            background: transparent;
            transition: .3s linear;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
        }
        .bar8 input:focus {
            width: 300px;
            z-index: 1;
            border-bottom: 2px solid #fff;
    color: #fff;
        }
::-webkit-input-placeholder{
        color: #fff;
}
        .bar8 button {
            background:none;
            top: 0;
            right: 0;
        }
        .bar8 button:before {
            content: "\f002";
            font-family: FontAwesome;
            font-size: 16px;
            color: #fff;
        }
.scfcnm{
    width: 300px;
    height: 42px;
    display: flex;
    align-items: center;
    float: right;
    margin-right: 9px;
}
a{
    color: black;
}
